home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / MATHVIEW.ZIP / COMPUTER.M < prev    next >
Text File  |  1993-03-23  |  106b  |  7 lines

  1. function y = computer()
  2. %y=computer()
  3. %Compatibility function. MathViews returns 'WIN'
  4.  
  5. y = 'WIN';
  6.  
  7.